

'宣言
Public MustInherit Class DbCommandWrap
(Of TInnerConnection As {New, System.Data.Common.DbConnection},
TInnerCommand As {New, System.Data.Common.DbCommand},
TInnerParameter As System.Data.Common.DbParameter)
Inherits System.Data.Common.DbCommand
public abstract class DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter> : System.Data.Common.DbCommand where TInnerConnection: new(), System.Data.Common.DbConnection where TInnerCommand: new(), System.Data.Common.DbCommand where TInnerParameter: System.Data.Common.DbParameter
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Data.Common.DbCommand
C1.DataConnector.AdoNet.DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter>
C1.AdoNet.D365S.C1D365SCommand